Click or drag to resize

PresenceDescription Class

The PresenceDescription class is used to create and parse files with content type "application/pidf+xml" as defined in RFC 3863.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.PresencePresenceDescription

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class PresenceDescription

The PresenceDescription type exposes the following members.

Constructors
  NameDescription
Public methodPresenceDescription
Initializes a new instance of the PresenceDescription class.
Public methodPresenceDescription(String)
Initializes a new instance of the PresenceDescription class with the specified entity.
Top
Properties
  NameDescription
Public propertyEntity
Gets or sets entity name.
Public propertyExtension
Gets collection of extensions.
Public propertyNotes
Gets collection of notes.
Public propertyTuples
Gets collection of tuples.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a presence description to its PresenceDescription equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also